Convert TCHAR* argv[]
Posted
by sijith
on Stack Overflow
See other posts from Stack Overflow
or by sijith
Published on 2010-04-16T11:51:36Z
Indexed on
2010/04/16
11:53 UTC
Read the original article
Hit count: 418
i want to enter a text into TCHAR* argv[], how its possible to do. OR how to convert from a charater to TCHAR* argv[].
Please help char randcount[]="Hello world"; want to convert to TCHAR* argv[]
© Stack Overflow or respective owner